[INFO] fetching crate conformal_preferences 0.4.0...
[INFO] fixing conformal_preferences-0.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate conformal_preferences 0.4.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate conformal_preferences 0.4.0
[INFO] finished tweaking crates.io crate conformal_preferences 0.4.0
[INFO] tweaked toml for crates.io crate conformal_preferences 0.4.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate conformal_preferences 0.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate conformal_preferences 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_json v1.0.125
[INFO] [stderr]   Downloaded libc v0.2.157
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf
[INFO] running `Command { std: "docker" "start" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]     Checking conformal_preferences v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]   --> src/lib.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |         os_store: create_os_store(domain),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 27 | use macos::create_os_store;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 33 | use windows::create_os_store;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `conformal_preferences` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]   --> src/lib.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |         os_store: create_os_store(domain),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 27 | use macos::create_os_store;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 33 | use windows::create_os_store;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 108 |             let mut store = create_os_store("com.p61.test.starts_empty");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -             let mut store = create_os_store("com.p61.test.starts_empty");
[INFO] [stdout] 108 +             let mut store = create_store("com.p61.test.starts_empty");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 115 |             let mut store = create_os_store("com.p61.test.can_set");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 115 -             let mut store = create_os_store("com.p61.test.can_set");
[INFO] [stdout] 115 +             let mut store = create_store("com.p61.test.can_set");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 126 |             let mut store1 = create_os_store("com.p61.test.domains_dont_conflict1");
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 126 -             let mut store1 = create_os_store("com.p61.test.domains_dont_conflict1");
[INFO] [stdout] 126 +             let mut store1 = create_store("com.p61.test.domains_dont_conflict1");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 127 |             let mut store2 = create_os_store("com.p61.test.domains_dont_conflict2");
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 127 -             let mut store2 = create_os_store("com.p61.test.domains_dont_conflict2");
[INFO] [stdout] 127 +             let mut store2 = create_store("com.p61.test.domains_dont_conflict2");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 137 |             let mut store = create_os_store("com.p61.test.can_reset");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 137 -             let mut store = create_os_store("com.p61.test.can_reset");
[INFO] [stdout] 137 +             let mut store = create_store("com.p61.test.can_reset");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:148:33
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 148 |                 let mut store = create_os_store("com.p61.test.persists");
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 148 -                 let mut store = create_os_store("com.p61.test.persists");
[INFO] [stdout] 148 +                 let mut store = create_store("com.p61.test.persists");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_os_store` in this scope
[INFO] [stdout]    --> src/lib.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub fn create_store(domain: &str, defaults: HashMap<String, Value>) -> impl Store + use<> {
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- similarly named function `create_store` defined here
[INFO] [stdout] ...
[INFO] [stdout] 153 |             let store = create_os_store("com.p61.test.persists");
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:27:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  27 | use macos::create_os_store;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:33:14
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  33 | use windows::create_os_store;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 153 -             let store = create_os_store("com.p61.test.persists");
[INFO] [stdout] 153 +             let store = create_store("com.p61.test.persists");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `conformal_preferences` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf", kill_on_drop: false }`
[INFO] [stdout] 0f7fb489254ea8faf17b991ec6623486e47247457f2aad980908076f0c6b7bcf
